.b_RichText{
    padding-block:0;
    overflow-x: hidden;
    overflow-y: auto;
}


/* Wrapper */
.b_RichText .wrapper{
    padding-block: 50px;
}
.b_RichText .round_corners{
    border-radius: 50px;
}
@media (width >= 1000px) {
    .b_RichText .wrapper{
        padding-block: 90px 70px;
    }
    .b_RichText .round_corners{
        border-radius: 70px;
    }
}



/* INTRO */
.b_RichText .subhead{
    margin-bottom: 28px;
}
.b_RichText h2{
    margin-bottom: 16px;
    color:var(--accent_color);
}
@media (width >= 1000px) {
    .b_RichText .subhead{
        margin-bottom: 40px;
    }
    .b_RichText h2{
        margin-bottom: 28px;
    }
}
.b_RichText .actions{
    display: flex;
    gap: 24px;
    align-items: center;
    margin-top: 34px;
}



/* CENTERED */
.b_RichText .centered{
    text-align: center;
    display: grid;
    justify-items: center;
}


/* NARROW */
.b_RichText .narrow{
    max-width: 768px;
    margin-inline: auto;
}


.b_RichText .scripts{
    margin-top:40px;
}


/* Tables */
.b_RichText table {
    margin-bottom:20px;
    font: var(--font_body_small);
}
.b_RichText th {
    background: var(--color_honey_glow);
}
.b_RichText tbody {
    background: var(--color_honey_glow);
}
.b_RichText tbody td {
    background: var(--color_lemon_chiffon);
}